home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 74 / CD-ROM 74 / CD-ROM 74.ISO / Aplicat / Vorto / Estilos.cs_ / Estilos.cs
Encoding:
Text File  |  2001-05-23  |  1.4 KB  |  71 lines

  1. /* Alberto Vuicik */
  2. /* Folha de estilos para textos de auxφlio a usußrio relativo a Vortolex */
  3. /* ┌ltima ediτπo: Sßbado, 19 de maio de 101, αs 21:34 */
  4.  
  5. .cc{text-align: center; vertical-align: top; width:20%}
  6.  
  7. .cd{text-align: right; vertical-align: top; width:40%}
  8.  
  9. .ce{text-align: left; vertical-align: top; width:40%}
  10.  
  11. .g{color: #FF8040; font: 13pt Symbol, Arial, Verdana, Tahoma, Helveltica, sans-serif}
  12.  
  13. .l{color: #FF8040; font-size: 12pt}
  14.  
  15. A:link{color: yellow}
  16. A:active{color: #FFFFCC; font: normal bold 12pt}
  17. A:visited{color: #FF8040; font: italic normal 10pt}
  18.  
  19. BODY
  20. {
  21. background: #003399 url(Fundo_n║1.jpg) repeat fixed;
  22. font-style: normal;
  23. font-weight: normal;
  24. margin: 20px 40px;
  25. padding: 5px
  26. }
  27.  
  28. H1, H2, H5
  29. {
  30. color: yellow;
  31. font-family: Verdana, Arial, Tahoma, Helveltica, sans-serif;
  32. font-weight: normal;
  33. text-align: center
  34. }
  35.  
  36. H1
  37. {
  38. background: #003399 url(Fundo_n║2.jpg);
  39. border: 1px dashed yellow;
  40. font-size: 19pt;
  41. padding: 8px
  42. }
  43.  
  44. H2
  45. {
  46. font-size: 19pt;
  47. font: normal normal normal 19pt Arial, Verdana, Tahoma, Helveltica, sans-serif;
  48. }
  49.  
  50. H5
  51. {
  52. font-size: 8pt;
  53. padding: 25px
  54. }
  55.  
  56. P
  57. {
  58. color: #FFFFCC;
  59. font: normal normal normal 13pt Arial, Verdana, Tahoma, Helveltica, sans-serif;
  60. line-height: 125%;
  61. text-align: justify;
  62. text-indent: 9ex;
  63. white-space: normal;
  64. padding-top: 10px
  65. }
  66.  
  67. TD
  68. {
  69. background: #003399 url(Fundo_n║1.jpg) repeat fixed;
  70. color: #FFFFCC
  71. }